home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / browser.dir / 00001_Script_1 next >
Text File  |  1994-11-28  |  813b  |  27 lines

  1.  
  2. on enterFrame
  3.   global lcl,rcl,ucl,dcl,pnt
  4.   set lcl to [640, 641]
  5.   set rcl to [642,643]
  6.   set ucl to [638,639]
  7.   set dcl to [644,645]
  8.   set pnt to [646,647]
  9.   set the cursor of sprite 2 to pnt
  10.   set the cursor of sprite 3 to pnt
  11.   set the cursor of sprite 4 to pnt
  12.   set the cursor of sprite 5 to pnt
  13.   set the cursor of sprite 6 to pnt
  14.   set the cursor of sprite 7 to pnt
  15.   set the cursor of sprite 8 to pnt
  16.   set the cursor of sprite 9 to pnt
  17.   set the cursor of sprite 10 to pnt
  18.   set the cursor of sprite 11 to pnt
  19.   set the cursor of sprite 12 to pnt
  20.   set the cursor of sprite 13 to pnt
  21.   set the cursor of sprite 14 to pnt
  22.   set the cursor of sprite 15 to pnt
  23.   set the cursor of sprite 16 to pnt
  24.   set the cursor of sprite 17 to pnt
  25.   set the cursor of sprite 18 to pnt
  26.   
  27. end